ObjectGetClassName

 

It brings the current class name of the object. It can only be used in extensions or internal scripts belonging to objects.

 

string @ObjectGetClassName();

 

Parameters

None

 

Return Value

Class name of object

 

Example

Name = @ObjectGetClassName();

 

Description : Get the class name of the current object and substitute it into the Name.

 

Version Information

Supported Version: 10.2.1

 

Related Helps

@ObjectGetClassName()

@ObjectSetBackColor()

@ObjectSetFillColor()

@ObjectSetFillOption()

@ObjectSetFont()

@ObjectSetFontName()

@ObjectSetFontSize()

@ObjectSetFontStyle()

@ObjectSetLineColor()

@ObjectSetLineOption()

@ObjectSetLineThick()

@ObjectSetRect()

@ObjectSetRotationAxis()

@ObjectSetTag()

@ObjectSetText()

@ObjectSetTextColor()

@ObjectSetToolTipText()

@ObjectSetVisible()